Use the less efficient g_object_interface_find_property () instead of the
authorMatthias Clasen <maclas@gmx.de>
Tue, 6 Jul 2004 04:08:32 +0000 (04:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 6 Jul 2004 04:08:32 +0000 (04:08 +0000)
commit2a74feb04c169b2beb71d6d37968d8b53cee44b8
tree9684169cf31de4e5b6d9eec5deb8c2b8fbfecf3b
parent264952d5ee933d97f884ddc23c110b919e76436c
Use the less efficient g_object_interface_find_property () instead of the

Mon Jul  5 23:47:38 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkfilechooserutils.c (delegate_notify): Use
the less efficient g_object_interface_find_property () instead
of the param_id range check, since the GParamSpecs we're
dealing with are the overridden onces on the interface, whose
param_id is always zero.  (#145312, Alex Roitman, fix proposed
by Owen Taylor)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserutils.c